* configure.ac:
* babl/Makefile.am:
* tests/Makefile.am: Only -ldl if required, passed automatically via
$LIBS
svn path=/trunk/; revision=289
+2008-03-02 Øyvind Kolås <pippin@gimp.org>
+
+ Applied patch from dmacks@netspace.org closing bug #519796
+ * configure.ac:
+ * babl/Makefile.am:
+ * tests/Makefile.am: Only -ldl if required, passed automatically via
+ $LIBS
+
2008-02-27 Øyvind Kolås <pippin@gimp.org>
* configure.ac: post release version increment to 0.0.21
@LTLIBOBJS@
libbabl_@BABL_API_VERSION@_la_LDFLAGS= \
- ${no_undefined} ${DL_LIB} $(MATH_LIB) \
+ ${no_undefined} $(MATH_LIB) \
-version-info $(BABL_LIBRARY_VERSION)
dnl ===========================================================================
-AC_CHECK_LIB([dl], [dlopen], [DL_LIB="-ldl"])
-AC_SUBST(DL_LIB)
+AC_SEARCH_LIBS([dlopen], [dl])
AC_REPLACE_FUNCS(gettimeofday)
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl
LDADD = $(top_builddir)/babl/libbabl-@BABL_API_VERSION@.la \
- $(DL_LIB) $(MATH_LIB)
+ $(MATH_LIB)
noinst_PROGRAMS = \
introspect \